Conversation
added 30 commits
September 3, 2012 22:51
Catch ALL exceptions and enwrap them
By default, a release is based on the latest created release (the version number is based on it). Now the base can be spe- cified to be all releases (default) or the latest published release.
New class to handle stdlib releases in one central place.
Use new StdlibRelease class to simplify code for release description and creation.
Do not declare update types statically - use UpdateType::getCode().
added 27 commits
March 25, 2013 12:30
Pass the DB connection to the constructor. Split up into further methods. For filters of type 'switch', allow a set of conditions to be met. Validate comparison parameters. Add a new 'expr' type and some structuring comments. Use the modified FilterHelper class to re-implement the last pa- rameter of the Suspension class. Adjust the filter code for can- didate listing.
Implement the last candidate filter with FilterHelper. Adjust all calls as necessary.
Was added in ae78166.
A coerce callback must be specified.
WARNING: This changes the outdated behaviour that the 'user' filter took user names instead of IDs.
The old MySQL extension is deprecated and causes warnings in newer PHP versions. Thus, switch to the new recommended mysqli extension.
Switch from MySQL to mysqli
This reverts commit 1d690a9 as it breaks the Suspension::isSuspended() method.
Pull recent bug fixes to make tests run fine.
Once again pull fixes to make the tests pass.
Member
Author
|
Merged this though not complete, will add more tests step-by-step. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR enables unit testing for ALD. It will enable testing using travis-ci.org and add unit tests for the internal classes and the external API.